projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3161ec
)
(describe-function-1): Fix description for alias.
author
Dave Love
<fx@gnu.org>
Fri, 4 Dec 1998 11:54:56 +0000
(11:54 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 4 Dec 1998 11:54:56 +0000
(11:54 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 5220f21a20c6728b1cd42c8da929ee401376d4a3..1347fdf1abfacd07cbe07f3a063e326624f728a4 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-591,7
+591,7
@@
C-w Display information on absence of warranty for GNU Emacs."
((symbolp def)
(while (symbolp (symbol-function def))
(setq def (symbol-function def)))
- (format "alias for `%s'" def))
+ (format "a
n a
lias for `%s'" def))
((eq (car-safe def) 'lambda)
(concat beg "Lisp function"))
((eq (car-safe def) 'macro)